Example: IPv6 address group
Create IPv6 address groups from existing IPv6 addresses
Your company has 3 internal servers with IPv6 addresses that it would like to group together for the purposes of a number of policies.
The preconfigured addresses to use will consist of:
- Web_Server-1
- Web_Server-2
- Web_Server-3
- Go to Policy & Objects> Objects > Addresses and select Create New > Address Group.
- Fill out the fields with the following information
Type | IPv6 Group |
Group Name | Web_Server_Cluster |
Show in Address List | <enable> |
Members | Web_Server-1 Web_Server-2 Web_Server-3 |
Comments | <Input into this field is optional> |
- Select OK.
- Enter the following CLI command:
config firewall addrgrp6
edit Web_Server_Cluster
set member Web_Server-1 Web_Server-2 Web_Server-3
end
To verify that the addresses were added correctly:
- Go to Policy & Objects> Objects > Addresses. Check that the addresses have been added to the address list and that they are correct.
- Enter the following CLI command:
config firewall addgrp6
edit <the name of the address that you wish to verify>
Show full-configuration